projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a3cc1
)
(ispell-message-cite-regexp): Add definition.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Oct 1993 21:44:57 +0000
(21:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Oct 1993 21:44:57 +0000
(21:44 +0000)
lisp/textmodes/ispell4.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell4.el
b/lisp/textmodes/ispell4.el
index 7ffbb8caf28a55edd02e8402bf6e97a92564f1bb..f448ffe2f72c3c8251bb77b9a85552216b4c2dda 100644
(file)
--- a/
lisp/textmodes/ispell4.el
+++ b/
lisp/textmodes/ispell4.el
@@
-607,6
+607,9
@@
L lookup; Q quit\n")
(kill-emacs 1))
(write-region (point-min) (point-max) "ispell.info"))
+(defvar ispell-message-cite-regexp "^ "
+ "*Regular expression to match lines cited from one message into another.")
+
(defun ispell-message ()
"Check the spelling for an outgoing mail message."
(interactive)